home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / Python.sch < prev    next >
Text File  |  2004-01-06  |  6KB  |  256 lines

  1. object TPersHolder
  2.   P.Name = 'Python'
  3.   P.Extensions.Strings = (
  4.     'ph')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       CaseSensitive = True
  9.       UseMetaSymbol = True
  10.       UseMetaToWrapLines = True
  11.       MetaSymbol = '\'
  12.       FIText = 0
  13.       FIIntNum = 1
  14.       FIFloatNum = 2
  15.       FIHexNum = 3
  16.       UseComments = True
  17.       UseSingleLineComments = True
  18.       UseStrings = True
  19.       UseSingleLineStrings = True
  20.       UseMultiLineStrings = True
  21.       UseNumbers = True
  22.       UsePrefixedNumbers = True
  23.       UseSuffixedNumbers = True
  24.       UseMultipleNumSuffixes = False
  25.       UsePrefixedSuffixedNumbers = True
  26.       UsePSNumComposition = False
  27.       UseKeywords = True
  28.       BlockDelimiters = <>
  29.       SingleLineCommentDelimiters = <
  30.         item
  31.           FontID = 4
  32.           LeftDelimiter = '#'
  33.         end>
  34.       SingleLineStringDelimiters = <
  35.         item
  36.           FontID = 5
  37.           LeftDelimiter = #39
  38.           RightDelimiter = #39
  39.         end
  40.         item
  41.           FontID = 6
  42.           LeftDelimiter = '"'
  43.           RightDelimiter = '"'
  44.         end
  45.         item
  46.           FontID = 7
  47.           LeftDelimiter = 'r'#39
  48.           RightDelimiter = #39
  49.         end
  50.         item
  51.           FontID = 7
  52.           LeftDelimiter = 'R'#39
  53.           RightDelimiter = #39
  54.         end
  55.         item
  56.           FontID = 8
  57.           LeftDelimiter = 'r"'
  58.           RightDelimiter = '"'
  59.         end
  60.         item
  61.           FontID = 8
  62.           LeftDelimiter = 'R"'
  63.           RightDelimiter = '"'
  64.         end>
  65.       MultiLineStringDelimiters = <
  66.         item
  67.           FontID = 9
  68.           LeftDelimiter = #39#39#39
  69.           RightDelimiter = #39#39#39
  70.         end
  71.         item
  72.           FontID = 10
  73.           LeftDelimiter = '"""'
  74.           RightDelimiter = '"""'
  75.         end
  76.         item
  77.           FontID = 11
  78.           LeftDelimiter = 'r'#39#39#39
  79.           RightDelimiter = #39#39#39
  80.         end
  81.         item
  82.           FontID = 11
  83.           LeftDelimiter = 'R'#39#39#39
  84.           RightDelimiter = #39#39#39
  85.         end
  86.         item
  87.           FontID = 12
  88.           LeftDelimiter = 'r"""'
  89.           RightDelimiter = '"""'
  90.         end
  91.         item
  92.           FontID = 12
  93.           LeftDelimiter = 'R"""'
  94.           RightDelimiter = '"""'
  95.         end>
  96.       NumPrefixes = <
  97.         item
  98.           LeftDelimiter = '0x'
  99.         end
  100.         item
  101.           LeftDelimiter = '0X'
  102.         end>
  103.       NumSuffixes = <
  104.         item
  105.           LeftDelimiter = 'l'
  106.         end
  107.         item
  108.           LeftDelimiter = 'L'
  109.         end
  110.         item
  111.           LeftDelimiter = 'j'
  112.         end
  113.         item
  114.           LeftDelimiter = 'J'
  115.         end>
  116.       NumPrefixesSuffixes = <
  117.         item
  118.           LeftDelimiter = '0x'
  119.           RightDelimiter = 'l'
  120.         end
  121.         item
  122.           LeftDelimiter = '0x'
  123.           RightDelimiter = 'L'
  124.         end
  125.         item
  126.           LeftDelimiter = '0X'
  127.           RightDelimiter = 'l'
  128.         end
  129.         item
  130.           LeftDelimiter = '0X'
  131.           RightDelimiter = 'L'
  132.         end>
  133.       KeywordSets = <
  134.         item
  135.           FontID = 13
  136.           Name = 'reserved'
  137.           Keywords =
  138.             'and,assert,break,class,continue,def,del,elif,else,except,exec,fi' +
  139.             'nally,for,from,global,if,import,in,is,lambda,not,or,pass,print,r' +
  140.             'aise,return,try,while'
  141.         end>
  142.     end>
  143.   P.FontTable = <
  144.     item
  145.       FontID = 0
  146.       Font.Charset = DEFAULT_CHARSET
  147.       Font.Color = clBlack
  148.       Font.Height = -13
  149.       Font.Name = 'Courier New'
  150.       Font.Style = []
  151.     end
  152.     item
  153.       FontID = 1
  154.       Font.Charset = DEFAULT_CHARSET
  155.       Font.Color = clGreen
  156.       Font.Height = -13
  157.       Font.Name = 'Courier New'
  158.       Font.Style = []
  159.     end
  160.     item
  161.       FontID = 2
  162.       Font.Charset = DEFAULT_CHARSET
  163.       Font.Color = clGreen
  164.       Font.Height = -13
  165.       Font.Name = 'Courier New'
  166.       Font.Style = []
  167.     end
  168.     item
  169.       FontID = 3
  170.       Font.Charset = DEFAULT_CHARSET
  171.       Font.Color = clGreen
  172.       Font.Height = -13
  173.       Font.Name = 'Courier New'
  174.       Font.Style = []
  175.     end
  176.     item
  177.       FontID = 4
  178.       Font.Charset = DEFAULT_CHARSET
  179.       Font.Color = clGray
  180.       Font.Height = -13
  181.       Font.Name = 'Courier New'
  182.       Font.Style = [fsItalic]
  183.     end
  184.     item
  185.       FontID = 5
  186.       Font.Charset = DEFAULT_CHARSET
  187.       Font.Color = clMaroon
  188.       Font.Height = -13
  189.       Font.Name = 'Courier New'
  190.       Font.Style = []
  191.     end
  192.     item
  193.       FontID = 6
  194.       Font.Charset = DEFAULT_CHARSET
  195.       Font.Color = clMaroon
  196.       Font.Height = -13
  197.       Font.Name = 'Courier New'
  198.       Font.Style = []
  199.     end
  200.     item
  201.       FontID = 7
  202.       Font.Charset = DEFAULT_CHARSET
  203.       Font.Color = clMaroon
  204.       Font.Height = -13
  205.       Font.Name = 'Courier New'
  206.       Font.Style = []
  207.     end
  208.     item
  209.       FontID = 8
  210.       Font.Charset = DEFAULT_CHARSET
  211.       Font.Color = clMaroon
  212.       Font.Height = -13
  213.       Font.Name = 'Courier New'
  214.       Font.Style = []
  215.     end
  216.     item
  217.       FontID = 9
  218.       Font.Charset = DEFAULT_CHARSET
  219.       Font.Color = clMaroon
  220.       Font.Height = -13
  221.       Font.Name = 'Courier New'
  222.       Font.Style = [fsBold]
  223.     end
  224.     item
  225.       FontID = 10
  226.       Font.Charset = DEFAULT_CHARSET
  227.       Font.Color = clMaroon
  228.       Font.Height = -13
  229.       Font.Name = 'Courier New'
  230.       Font.Style = [fsBold]
  231.     end
  232.     item
  233.       FontID = 11
  234.       Font.Charset = DEFAULT_CHARSET
  235.       Font.Color = clMaroon
  236.       Font.Height = -13
  237.       Font.Name = 'Courier New'
  238.       Font.Style = [fsBold]
  239.     end
  240.     item
  241.       FontID = 12
  242.       Font.Charset = DEFAULT_CHARSET
  243.       Font.Color = clMaroon
  244.       Font.Height = -13
  245.       Font.Name = 'Courier New'
  246.       Font.Style = [fsBold]
  247.     end
  248.     item
  249.       FontID = 13
  250.       Font.Charset = DEFAULT_CHARSET
  251.       Font.Color = clBlue
  252.       Font.Height = -13
  253.       Font.Name = 'Courier New'
  254.       Font.Style = [fsBold]
  255.     end>
  256. end